迅睿调用news模块前5张图片代码
时间 :
2023-04-09
编辑 :创始人
<!-- 调用news模块的前5张图片 -->
{module module=news thumb=1 num=5}
<div class="item {if $key==0}active{/if}">
<a href="{$t.url}" target="_blank"><img src="{dr_get_file($t.thumb)}" style="width:360px;height:245px" /></a>
</div>
{/module}